home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 16
/
Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso
/
Aminet
/
comm
/
mmgr
/
MM_SendFile.readme
< prev
Wrap
Text File
|
1996-11-03
|
9KB
|
332 lines
Short: MM_SendFile V0.14 The best Filesender FOR MM
Author: McB@Fido.de ( Ulrich Lammers PmnS BBs )
Uploader: McB@Fido.de ( Ulrich Lammers PmnS BBs )
Version: 0.14
Type: comm/mmgr
Date: 17-AUG-96
L L L L
LL LL LL LL
L L L L L L
L L L L
L L L L
LLLL LLLL L L LLL LLLL L L LLLL
L L LL L L L L L L
LLLL LLL L LL L L LLL L L LLL
L L L L L L L L L L
LLLL LLLL L L LLL L L LLLL LLLL
L L LL L L
L L L L LL L
L L L L L L LLLL
L L L L L L
L LL L L L
(C) 1996 ULRICH LAMMERS
all rights reserved
This Arexx-script requieres MailManager by Pino Alberti
------------------------------------------------------------------------------
1. Introduction
=============
1.0 General
---------------
MM_SendFile is a Utility for Mail Manager by Pino Aliberti, to
send files without typing a message manually each time. This peace of
software is (C) by Ulrich Lammers.
The files containing this archive are freely distributable. Feel free to
copy MM_SendFile,as long as all files containing this archive are
unchanged. But as a genaral rule, no profit must be made by distributing
"MM_SendFile", i.e. you may charge fees for copying, disks, etc., but
no money must be charged for the software itself!
MM_SendFile is mailware :-). This means, if you use it over a period >30
days, please send me a short message. (Bug reports and enhancement
request are also welcome! :) ) Remember: It´s hard to create programs if you
don´t get any response about it´s usabilty...
You may use this script for free as long as you accept these few
conditions!
1.1 How to register
-------------------
If you use this programm over a period >30 days, you should register!
You won´t have to pay for it! (But it would be nice if you....:) )
Registration is VERY easy:
- make sure, MailManager is running
- open a shell and type: rx <path-to-MM_Sendfile>/Reg_Sendfile.Rexx
If your mail is received by my system, I will create your personal
keyfile. You can request it from my system (Nodenomber below).
The key will only work on *YOUR* machine! So don`t spread it...
If you got your key, just copy it to MM:CONFIG/MM_SENDFILE/MM-SENDFILE.KEY
(It´s easy, isn´t it?)
==============================================================================
THE PROGRAMM IS RELEASED "AS IS"! I WOLL NOT TAKE ANY WARRANTY FOR ANY
DAMAGEDS CAUSED BY MM_SENDFILE !
==============================================================================
1.2 About
---------
This is my second (published) ARexx-script for the MailManager.
Certainly there are a few things to optimize or to improve, but this
version works well!
1.3 Author
----------
Let me know if you find any bugs, have problems, enhancement requests or
remarks:
You may contact me unter the following adresses:
Snailmail: Email:
Ulrich Lammers
Alter Pferdemarkt 3 39:178/0.0@AmigaNet
49808 Lingen 2:2426/4065.0@FidoNet
Germany
Phone: +49-591-9150115
Bank Account:
Bank name......: Deutsche Bank (Lingen)
Account.number.: 0661611
Account.ID.....: 267 700 95
2. Features
===========
MM_SendFile...
... send files without forcing you to write a message manually
... handles entries of MM.Userlist or asks you for a manual enter
... supports userlists created by "MM_UserEdit" (© 1996 Robert Hofmann)
... uses requester for comfortable usage
... is able to send files via Crash, Direct, Normal or Hold
... optionally creates a message, you can configure with "%commands"
... optionally copy the selected file in to seperate drawer and
deletes it after sending
3. Installation
===============
1. copy all drawers to your MM drawer
2. Set up CFG-files as you like
3. execute it via Toolmanager (hotkey, for example) or via menu
4. Usage
========
[RX] MM_SendFile[.rexx]
As you can see, there is a second file included called "MM_SendFile".
This is a executable file created with "CompressRexx2.1 © by Robert
Hofmann". But MM_SendFile still requires RexxMast for operation!
5. Configuration
================
[MM:Config/MM_Sendfile/]
MM_SendFile reads out all parameters from an external configfile called
"MM:CONFIG/MM_SENDFILE/MM_SENDFILE.CFG" (The file MUST be placed there!)
Read the paramter list below BEFORE editing the configfile:
5.1 #NODENUMBER [Net:Zone/Node.Point@Netname]
----------------------------------------------
Your nodenummer for sending files (5D format)
#NODENUMBER 2:2626/4065.0@FidoNet
5.2 #SENDMODE [CRASH|DIRECT|HOLD|NORMAL|NONE]
----------------------------------------------
Self-explaining :)
(If SENDMODE is set to NONE, you will be asked every time how the
selected file have to be sended!
#SENDMODE NONE
5.3 #SENDREPORT [YES/NO]
------------------------
If SENDREPORT is turned on, MM_SendFile will create in short message for
the filereceiver. (You can edit the message with */CONFIG/REPORT.*)
#SENDREPORT YES
5.4 #EXPORT [YES/NO]
If set, MailManger will be export your report-message after creating it!
(Useful, if you run you export manually!)
#EXPORT YES
5.5 #DESTFILEDIR [DIR]
----------------------
Sets the homedirectory for filerequesters
#DESTFILEDIR Files_A:
5.6 #MOVEFILE [DIR]
----------------------
If a "MOVEDIR" is set, MM_SendFile copies the selected file(s) into this
drwaer and deletes the files after beeing send!
#MOVEFILE BBS_OUT:OUTFILES/
5.6 #MOVEMODE <ASK|NOASK>
----------------------------
If ASK is turned on, MM_SendFile will ask you ever for Sendmode in the Script
NOASK = copy ever the file to given DIR (Copy & Delete it after send.)
ASK = Ask you in the Script for sendmode (Copy and delete after send OR only send)
#MOVEMODE ASK
6. Textfiles
------------
You can find these files at [MM:CONFIG/MM_SENDFILE/Report.<LANG> & Report_HN.<LANG>".
Feel free to edit the default-message as you like to. (But remember:
It should make sense! :-) )
You can set these variables in every file:
%S = coplete name of sender
%VS = christian name of the sender
%F = name of file that have to be send
%DS = description of file to send
%N = complete name of receiver
%VN = christian name of receiver
7. Ackknowledgements
====================
Thanks to:
Pino Alberti - for his fantastic MailManager
Cord Moeller - for beta-testing an all the enhancemant requests
Christian Werner - for beta-testing and english documentation
============================= Archive contents =============================
Original Packed Ratio Date Time Name
-------- ------- ----- --------- -------- -------------
2273 562 75.2% 16-Aug-96 06:51:06 MM_SendFile.info
473 231 51.1% 16-Aug-96 06:51:06 MM_SendFile.cfg
95 88 7.3% 16-Aug-96 06:51:06 Report.ENG
130 80 38.4% 16-Aug-96 06:51:06 Report.GER
354 226 36.1% 16-Aug-96 06:51:06 Report_HN.ENG
352 226 35.7% 16-Aug-96 06:51:06 Report_HN.GER
7280 2919 59.9% 17-Aug-96 00:28:28 MM_SendFile.DOC
8910 3538 60.2% 17-Aug-96 00:28:58 MM_SendFile.DOK
12729 4225 66.8% 17-Aug-96 00:36:54 MM_SendFile.rexx
5087 1983 61.0% 16-Aug-96 06:51:06 Reg_SendFile.Rexx
2273 563 75.2% 29-Jun-96 11:54:38 MM.info
984 454 53.8% 17-Aug-96 00:27:06 History.ENG
1122 497 55.7% 17-Aug-96 00:27:38 History.GER
7513 3018 59.8% 17-Aug-96 00:40:28 MM_SendFile.readme
13208 4680 64.5% 17-Aug-96 00:37:48 MM_SendFile
8629 3465 59.8% 29-Jun-96 11:54:38 MM_SendFile.DOK_CW_ENG
13449 13254 1.4% 29-Jun-96 11:54:38 MM_SendFileV010.lzx
14540 14335 1.4% 29-Jun-96 11:54:38 MM_SendFileV011.lzx
-------- ------- ----- --------- --------
99401 54344 45.3% 23-Oct-96 22:54:14 18 files